home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / handscan.arc / CPCHND.DOC < prev    next >
Text File  |  1990-06-26  |  2KB  |  57 lines

  1.             CPCHND.SYS Documentation
  2.  
  3.         CPCHND.SYS is a DOS device driver that allows the Complete 
  4.     PC Scanner to be used with PC PaintBrush with INTERRUPTS.
  5.         Dither and Brightness are set on the scanner itself. 
  6.         Resolution is dependent on the scanner type:
  7.  
  8.             Scanner                Resolution(s) in DPI
  9.         Complete Hand Scanner/400            400,300,200
  10.         Complete Half Page Scanner        200
  11.         Complete Half Page Scanner/400         400,300,200
  12.  
  13.         It is unnecessary to run the bundled software that comes with 
  14.     the Complete PC Scanner. Insert CPCHND.SYS into the CONFIG.SYS file
  15.     using the appropriate options. At boot the driver will respond with
  16.     a message based on the options. When PaintBrush is run, the scanner
  17.     will light up briefly before the tools are drawn on the screen. If this
  18.     happens you are in buisiness. If not, you must power down and re-address 
  19.     the dip    switches and try again.
  20.         
  21.         Options are:
  22.  
  23.         Default    Complete Hand Scanner/400
  24.         /1    Complete Hand Scanner/400
  25.         /2    Complete Half Page Scanner
  26.         /3    Complete Half Page Scanner/400 
  27.         /C    channel for DMA, 1 or 3 (default is channel 3)
  28.         /H    hex port value, default is 3E0H (no 'H' needed)
  29.         /I    irq number 2-5 (INTERRUPT number is required)
  30.                 
  31.         Examples:
  32.     device=cpchand.sys /2 /H2E0 /I2 /C3 
  33.         Complete Half Page Scanner,  port = 220H ,IRQ = 2, DMA=3
  34.         
  35.     Available Port Settings:
  36.         220H    260H    2A0H    2E0H    320H    360H    3A0H     3E0H        
  37.         
  38.                   Scanner interface card DIP Switches
  39.     Port    #1    #2    #3    #4    #5    #6    #7    #8
  40.                       |N.A.    |IRQ2    |IRQ3    |IRQ4    |IRQ5
  41.  
  42.     220H    on     on     on     off    off    off    off    off
  43.     260H    off    off    on     off    off    off    off    off
  44.     2A0H    off    on     on     off    off    off    off    off
  45.     2E0H    on     off    off     off    off    off    off    off
  46.     320H    off    on    on    off    off    off    off    off
  47.     360H    off    on     off    off    off    off    off    off
  48.     3A0H    off    off    on     off    off    off    off    off
  49.     3E0H    off    off    off    off    off    off    off    off    
  50.     
  51.     Note: DIP switch  UP = ON 
  52.  
  53.     Make sure that only one interrupt is set on. 
  54.  
  55.  
  56.  
  57.